Color Hex Logo

#ceec45 Color Hex

#CEEC45
(206,236,69)
0 Favorites   0 Comments

Color spaces of #ceec45

RGB 20623669
HSL0.200.810.60
HSV71°71°93°
CMYK 0.130.000.71   0.07
XYZ56.523273.542416.8462
Yxy73.54240.38470.5006
Hunter Lab85.7569-32.423448.3828
CIE-Lab88.7058-30.850173.1586

#ceec45 color RGB value is (206,236,69).

#ceec45 hex color red value is 206, green value is 236 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ceec45 hue: 0.20 , saturation: 0.81 and the lightness value of ceec45 is 0.60.

The process color (four color CMYK) of #ceec45 color hex is 0.13, 0.00, 0.71, 0.07. Web safe color of #ceec45 is #ccff33. Color #ceec45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 01000101
Octal 316 354 105
Decimal 206 236 69
Hex CE EC 45

RGB Percentages of Color #ceec45

%40.31
%46.18
%13.50

CMYK Percentages of Color #ceec45

%13
%0
%71
%7

Triadic Colors of #ceec45

#ceec45 #45ceec #ec45ce

Analogous Colors of #ceec45

#ceec45 #7bec45 #ecb745

Monochromatic Colors of #ceec45

#ceec45

Complementary Color

#ceec45 #6345ec

#ceec45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceec45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceec45 Color CSS Codes

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

#ceec45 Text Font Color

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

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


#ceec45 Background Color

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

This div background color is #ceec45


#ceec45 Border Color

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

This div border color is #ceec45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceec45


Comments

No comments written yet.

Please login to write comment.