Color Hex Logo

#cbed3f Color Hex

#CBED3F
(203,237,63)
0 Favorites   0 Comments

Color spaces of #cbed3f

RGB 20323763
HSL0.200.830.59
HSV72°73°93°
CMYK 0.140.000.73   0.07
XYZ55.810073.623815.9719
Yxy73.62380.38380.5063
Hunter Lab85.8043-34.055249.0266
CIE-Lab88.7444-32.792575.1157

#cbed3f color RGB value is (203,237,63).

#cbed3f hex color red value is 203, green value is 237 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cbed3f hue: 0.20 , saturation: 0.83 and the lightness value of cbed3f is 0.59.

The process color (four color CMYK) of #cbed3f color hex is 0.14, 0.00, 0.73, 0.07. Web safe color of #cbed3f is #ccff33. Color #cbed3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 00111111
Octal 313 355 77
Decimal 203 237 63
Hex CB ED 3F

RGB Percentages of Color #cbed3f

%40.36
%47.12
%12.52

CMYK Percentages of Color #cbed3f

%14
%0
%73
%7

Triadic Colors of #cbed3f

#cbed3f #3fcbed #ed3fcb

Analogous Colors of #cbed3f

#cbed3f #74ed3f #edb83f

Monochromatic Colors of #cbed3f

#cbed3f

Complementary Color

#cbed3f #613fed

#cbed3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbed3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbed3f Color CSS Codes

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

#cbed3f Text Font Color

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

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


#cbed3f Background Color

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

This div background color is #cbed3f


#cbed3f Border Color

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

This div border color is #cbed3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,237,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbed3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbed3f;
  -webkit-box-shadow: 1px 1px 3px 2px #cbed3f;
  box-shadow:         1px 1px 3px 2px #cbed3f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,237,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbed3f


Comments

No comments written yet.

Please login to write comment.