Color Hex Logo

#caffec Color Hex

#CAFFEC
(202,255,236)
0 Favorites   0 Comments

Color spaces of #caffec

RGB 202255236
HSL0.441.000.90
HSV158°21°100°
CMYK 0.210.000.07   0.00
XYZ75.257490.132792.7877
Yxy90.13270.29150.3491
Hunter Lab94.9382-24.64528.5098
CIE-Lab96.0518-20.41593.5774

#caffec color RGB value is (202,255,236).

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

The process color (four color CMYK) of #caffec color hex is 0.21, 0.00, 0.07, 0.00. Web safe color of #caffec is #ccffff. Color #caffec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 11101100
Octal 312 377 354
Decimal 202 255 236
Hex CA FF EC

RGB Percentages of Color #caffec

%29.15
%36.80
%34.05

CMYK Percentages of Color #caffec

%21
%0
%7
%0

Triadic Colors of #caffec

#caffec #eccaff #ffecca

Analogous Colors of #caffec

#caffec #caf8ff #caffd2

Monochromatic Colors of #caffec

#caffec

Complementary Color

#caffec #ffcadd

#caffec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caffec Color Preview on White Background

Lorem ipsum dolor sit amet.

#caffec Color CSS Codes

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

#caffec Text Font Color

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

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


#caffec Background Color

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

This div background color is #caffec


#caffec Border Color

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

This div border color is #caffec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caffec

Related Colors


Comments

No comments written yet.

Please login to write comment.