color codes Logo

#7fcefd color codes

#7FCEFD
(127,206,253)
0 Favorites   0 Comments

Color spaces of #7fcefd

RGB 127206253
HSL0.560.970.75
HSV202°50°99°
CMYK 0.500.190.00   0.01
XYZ48.553355.7465101.1296
Yxy55.74650.23640.2714
Hunter Lab74.6636-14.5837-28.0420
CIE-Lab79.4693-11.8094-30.5331

#7fcefd color RGB value is (127,206,253).

#7fcefd hex color red value is 127, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7fcefd hue: 0.56 , saturation: 0.97 and the lightness value of 7fcefd is 0.75.

The process color (four color CMYK) of #7fcefd color code is 0.50, 0.19, 0.00, 0.01. Web safe color of #7fcefd is #66ccff. Color #7fcefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001110 11111101
Octal 177 316 375
Decimal 127 206 253
Hex 7F CE FD

RGB Percentages of Color #7fcefd

%21.67
%35.15
%43.17

CMYK Percentages of Color #7fcefd

%50
%19
%0
%1

Triadic Colors of #7fcefd

#7fcefd #fd7fce #cefd7f

Analogous Colors of #7fcefd

#7fcefd #7f8ffd #7ffded

Monochromatic Colors of #7fcefd

#7fcefd

Complementary Color

#7fcefd #fdae7f

#7fcefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcefd Color CSS Codes

.mybgcolor {background-color:#7fcefd; } 
.myforecolor {color:#7fcefd; }
.mybordercolor {border:3px solid #7fcefd; }

#7fcefd Text Font Color

<p style="color:#7fcefd">Text here</p>

This sample text font color is #7fcefd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7fcefd Background Color

<div style="background-color:#7fcefd">
Div content here</div>

This div background color is #7fcefd


#7fcefd Border Color

<div style="border:3px solid #7fcefd">
Div here</div>

This div border color is #7fcefd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,206,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fcefd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fcefd;
  -webkit-box-shadow: 1px 1px 3px 2px #7fcefd;
  box-shadow:         1px 1px 3px 2px #7fcefd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,206,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7fcefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7fcefd;
  -webkit-box-shadow: 1px 1px 3px 2px #7fcefd;
  box-shadow:         1px 1px 3px 2px #7fcefd;">
Div content here</div>

This div box has shadow with color #7fcefd


Comments

No comments written yet.

Please login to write comment.