Color Hex Logo

#cee930 Color Hex

#CEE930
(206,233,48)
0 Favorites   0 Comments

Color spaces of #cee930

RGB 20623348
HSL0.190.810.55
HSV69°79°91°
CMYK 0.120.000.79   0.09
XYZ55.126071.613013.7136
Yxy71.61300.39250.5099
Hunter Lab84.6245-31.814549.6290
CIE-Lab87.7820-30.361778.6823

#cee930 color RGB value is (206,233,48).

#cee930 hex color red value is 206, green value is 233 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cee930 hue: 0.19 , saturation: 0.81 and the lightness value of cee930 is 0.55.

The process color (four color CMYK) of #cee930 color hex is 0.12, 0.00, 0.79, 0.09. Web safe color of #cee930 is #ccff33. Color #cee930 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101001 00110000
Octal 316 351 60
Decimal 206 233 48
Hex CE E9 30

RGB Percentages of Color #cee930

%42.30
%47.84
%9.86

CMYK Percentages of Color #cee930

%12
%0
%79
%9

Triadic Colors of #cee930

#cee930 #30cee9 #e930ce

Analogous Colors of #cee930

#cee930 #72e930 #e9a830

Monochromatic Colors of #cee930

#cee930

Complementary Color

#cee930 #4b30e9

#cee930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee930 Color CSS Codes

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

#cee930 Text Font Color

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

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


#cee930 Background Color

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

This div background color is #cee930


#cee930 Border Color

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

This div border color is #cee930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee930


Comments

No comments written yet.

Please login to write comment.