Color Hex Logo

#cee67b Color Hex

#CEE67B
(206,230,123)
0 Favorites   0 Comments

Color spaces of #cee67b

RGB 206230123
HSL0.200.680.69
HSV73°47°90°
CMYK 0.100.000.47   0.10
XYZ57.325671.145529.4500
Yxy71.14550.36300.4505
Hunter Lab84.3478-26.294038.3424
CIE-Lab87.5557-23.912449.2026

#cee67b color RGB value is (206,230,123).

#cee67b hex color red value is 206, green value is 230 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cee67b hue: 0.20 , saturation: 0.68 and the lightness value of cee67b is 0.69.

The process color (four color CMYK) of #cee67b color hex is 0.10, 0.00, 0.47, 0.10. Web safe color of #cee67b is #ccff66. Color #cee67b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100110 01111011
Octal 316 346 173
Decimal 206 230 123
Hex CE E6 7B

RGB Percentages of Color #cee67b

%36.85
%41.14
%22.00

CMYK Percentages of Color #cee67b

%10
%0
%47
%10

Triadic Colors of #cee67b

#cee67b #7bcee6 #e67bce

Analogous Colors of #cee67b

#cee67b #99e67b #e6c97b

Monochromatic Colors of #cee67b

#cee67b

Complementary Color

#cee67b #937be6

#cee67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee67b Color CSS Codes

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

#cee67b Text Font Color

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

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


#cee67b Background Color

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

This div background color is #cee67b


#cee67b Border Color

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

This div border color is #cee67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee67b


Comments

No comments written yet.

Please login to write comment.