Color Hex Logo

#ceefb4 Color Hex

#CEEFB4
(206,239,180)
0 Favorites   0 Comments

Color spaces of #ceefb4

RGB 206239180
HSL0.260.650.82
HSV94°25°94°
CMYK 0.140.000.25   0.06
XYZ64.558378.150154.8619
Yxy78.15010.32680.3956
Hunter Lab88.4025-24.350125.0869
CIE-Lab90.8484-21.037425.0736

#ceefb4 color RGB value is (206,239,180).

#ceefb4 hex color red value is 206, green value is 239 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #ceefb4 hue: 0.26 , saturation: 0.65 and the lightness value of ceefb4 is 0.82.

The process color (four color CMYK) of #ceefb4 color hex is 0.14, 0.00, 0.25, 0.06. Web safe color of #ceefb4 is #ccffcc. Color #ceefb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 10110100
Octal 316 357 264
Decimal 206 239 180
Hex CE EF B4

RGB Percentages of Color #ceefb4

%32.96
%38.24
%28.80

CMYK Percentages of Color #ceefb4

%14
%0
%25
%6

Triadic Colors of #ceefb4

#ceefb4 #b4ceef #efb4ce

Analogous Colors of #ceefb4

#ceefb4 #b4efb8 #ecefb4

Monochromatic Colors of #ceefb4

#ceefb4

Complementary Color

#ceefb4 #d5b4ef

#ceefb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceefb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceefb4 Color CSS Codes

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

#ceefb4 Text Font Color

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

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


#ceefb4 Background Color

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

This div background color is #ceefb4


#ceefb4 Border Color

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

This div border color is #ceefb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceefb4


Comments

No comments written yet.

Please login to write comment.