Color Hex Logo

#ceec38 Color Hex

#CEEC38
(206,236,56)
0 Favorites   0 Comments

Color spaces of #ceec38

RGB 20623656
HSL0.190.830.57
HSV70°76°93°
CMYK 0.130.000.76   0.07
XYZ56.162973.398214.9486
Yxy73.39820.38860.5079
Hunter Lab85.6727-32.911449.6257
CIE-Lab88.6373-31.450377.2336

#ceec38 color RGB value is (206,236,56).

#ceec38 hex color red value is 206, green value is 236 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ceec38 hue: 0.19 , saturation: 0.83 and the lightness value of ceec38 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 00111000
Octal 316 354 70
Decimal 206 236 56
Hex CE EC 38

RGB Percentages of Color #ceec38

%41.37
%47.39
%11.24

CMYK Percentages of Color #ceec38

%13
%0
%76
%7

Triadic Colors of #ceec38

#ceec38 #38ceec #ec38ce

Analogous Colors of #ceec38

#ceec38 #74ec38 #ecb038

Monochromatic Colors of #ceec38

#ceec38

Complementary Color

#ceec38 #5638ec

#ceec38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceec38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceec38 Color CSS Codes

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

#ceec38 Text Font Color

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

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


#ceec38 Background Color

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

This div background color is #ceec38


#ceec38 Border Color

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

This div border color is #ceec38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceec38


Comments

No comments written yet.

Please login to write comment.