Color Hex Logo

#ceffca Color Hex

#CEFFCA
(206,255,202)
0 Favorites   0 Comments

Color spaces of #ceffca

RGB 206255202
HSL0.321.000.90
HSV115°21°100°
CMYK 0.190.000.21   0.00
XYZ71.874388.906169.2495
Yxy88.90610.31250.3865
Hunter Lab94.2900-28.942722.4586
CIE-Lab95.5412-25.252920.3175

#ceffca color RGB value is (206,255,202).

#ceffca hex color red value is 206, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ceffca hue: 0.32 , saturation: 1.00 and the lightness value of ceffca is 0.90.

The process color (four color CMYK) of #ceffca color hex is 0.19, 0.00, 0.21, 0.00. Web safe color of #ceffca is #ccffcc. Color #ceffca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 11001010
Octal 316 377 312
Decimal 206 255 202
Hex CE FF CA

RGB Percentages of Color #ceffca

%31.07
%38.46
%30.47

CMYK Percentages of Color #ceffca

%19
%0
%21
%0

Triadic Colors of #ceffca

#ceffca #caceff #ffcace

Analogous Colors of #ceffca

#ceffca #caffe1 #e9ffca

Monochromatic Colors of #ceffca

#ceffca

Complementary Color

#ceffca #fbcaff

#ceffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceffca Color CSS Codes

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

#ceffca Text Font Color

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

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


#ceffca Background Color

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

This div background color is #ceffca


#ceffca Border Color

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

This div border color is #ceffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceffca


Comments

No comments written yet.

Please login to write comment.