Color Hex Logo

#c5cefd Color Hex

#C5CEFD
(197,206,253)
2 Favorites   0 Comments

Color spaces of #c5cefd

RGB 197206253
HSL0.640.930.88
HSV230°22°99°
CMYK 0.220.190.00   0.01
XYZ62.826963.1048101.7976
Yxy63.10480.27590.2771
Hunter Lab79.43852.1559-20.3710
CIE-Lab83.49756.6826-24.0167

#c5cefd color RGB value is (197,206,253).

#c5cefd hex color red value is 197, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c5cefd hue: 0.64 , saturation: 0.93 and the lightness value of c5cefd is 0.88.

The process color (four color CMYK) of #c5cefd color hex is 0.22, 0.19, 0.00, 0.01. Web safe color of #c5cefd is #ccccff. Color #c5cefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001110 11111101
Octal 305 316 375
Decimal 197 206 253
Hex C5 CE FD

RGB Percentages of Color #c5cefd

%30.03
%31.40
%38.57

CMYK Percentages of Color #c5cefd

%22
%19
%0
%1

Triadic Colors of #c5cefd

#c5cefd #fdc5ce #cefdc5

Analogous Colors of #c5cefd

#c5cefd #d8c5fd #c5eafd

Monochromatic Colors of #c5cefd

#c5cefd

Complementary Color

#c5cefd #fdf4c5

#c5cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cefd Color CSS Codes

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

#c5cefd Text Font Color

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

This sample text font color is #c5cefd
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.


#c5cefd Background Color

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

This div background color is #c5cefd


#c5cefd Border Color

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

This div border color is #c5cefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,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 #c5cefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cefd


Comments

No comments written yet.

Please login to write comment.