Color Hex Logo

#caffee Color Hex

#CAFFEE
(202,255,238)
0 Favorites   0 Comments

Color spaces of #caffee

RGB 202255238
HSL0.451.000.90
HSV161°21°100°
CMYK 0.210.000.07   0.00
XYZ75.549790.249694.3269
Yxy90.24960.29040.3469
Hunter Lab94.9998-24.29547.6298
CIE-Lab96.1002-20.02662.6182

#caffee color RGB value is (202,255,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 11101110
Octal 312 377 356
Decimal 202 255 238
Hex CA FF EE

RGB Percentages of Color #caffee

%29.06
%36.69
%34.24

CMYK Percentages of Color #caffee

%21
%0
%7
%0

Triadic Colors of #caffee

#caffee #eecaff #ffeeca

Analogous Colors of #caffee

#caffee #caf6ff #caffd4

Monochromatic Colors of #caffee

#caffee

Complementary Color

#caffee #ffcadb

#caffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#caffee Color CSS Codes

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

#caffee Text Font Color

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

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


#caffee Background Color

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

This div background color is #caffee


#caffee Border Color

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

This div border color is #caffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caffee

#caffee Color Palettes


Comments

No comments written yet.

Please login to write comment.